Video Embedding Tutorial

Video embedding isn't that tough at all. For this tutorial, I'm going to use a youtube video and embed it in my web page.

image1

1) First, search for a video that you want embed in your web page. Click to view that video.


image1

2) Look for a share button under the video (Most videos on the internet have a similar share button, if you're trying to embed your video from any other source than Youtube, look for a share button). Click that button, and you should see what is displayed in the image below.


image1

3) And similarly, like most videos will have a share button, they should have an embed button like this one shown in the screenshot above. Click that embed button and move on to the next step.


image1

4) After you click the embed button, you should be provided with a piece of code. In the screenshot above, you can see some iframe code in the right panel. Copy that code or click the copy button. Then move on to the next step.


image1

5) Finally, after you've copied the code, paste it in your html (or otherwise) document/file, depending on where you want to place it. In the screenshot above, I have pasted it at the end of file so the video should be displayed at the end of my web page. It's the same video code that I've used in my tutorial which can be displayed at the end. That's all folks. We done here.

Happy Embedding!